23. Exercise: Click Handling

Wiring Up the RecyclerView

In this Exercise, you will get to apply what you've learned on Sunshine to handle clicks on recyclerview items.

Exercise Code

Exercise:S03.02-Exercise-RecyclerViewClickHandling

Add RecyclerView Click Handling

Now let's add RecyclerView click handling to Sunshine.

SOLUTION:
  • Create an interface on the Adapter
  • Wire to a click handler in the ViewHolder
  • Implement the onClickHandler interface on MainActivity